body, html{
    font-family: 'Times New Roman', Times, serif;
    height: 130%;
    width: 100vw;
    display: center;
    justify-content: center;
    align-items: center;
    background: url(Economico\ y\ administrativo.webp) center center;
    background-size: cover;
}
a{
    color: #E51E1B;
}
.contenedor1 {
    flex-direction: row-reverse;
 display: flex;
 align-items: center;
}

.texto {
 width: 70%;
 padding: 20px;
}

.imagen {
 width: 20%;
 height: auto;

 margin-right: 20px; /* si la imagen está a la izquierda del texto */
}
